home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMBROWSEFORFOLDER / TFRMBROWSEFORFOLDER.txt
Text File  |  2006-04-19  |  1KB  |  58 lines

  1. object frmBrowseForFolder: TfrmBrowseForFolder
  2.   Left = 321
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 402
  6.   ClientWidth = 353
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblDescription: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 321
  21.     Height = 41
  22.     AutoSize = False
  23.     WordWrap = True
  24.   end
  25.   object TVFolders: TWxfTreeView
  26.     Left = 16
  27.     Top = 56
  28.     Width = 321
  29.     Height = 305
  30.     Active = True
  31.     ShowLocal = True
  32.     ShowFTP = True
  33.     Indent = 19
  34.     OLEDragDrop = True
  35.     TabOrder = 0
  36.     OnChange = TVFoldersChange
  37.     OnAddItem = TVFoldersAddItem
  38.   end
  39.   object btnOk: TButton
  40.     Left = 183
  41.     Top = 370
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Ok'
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 263
  50.     Top = 370
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57. end
  58.